13. Exercise: Update The Adapter

Update The Adapter

During this exercise, you'll modify the adapter to refresh the recycler view and display the actual list of guests retrieved from the database.

Exercise Code

Exercise: T07.04-Exercise-UpdateTheAdapter

We encourage you to go try out what we just did yourself:

Check the boxes below once you're done.

SOLUTION:
  • Update the adapter to take an entire cursor rather than just the count
  • Bind the cursor data with the view in onBindViewHolder
  • Update MainActivity to pass in the cursor from getAllGuests